Laplace's Equation
Heat eq:
\[ u_t = k u_{xx} \quad (1\text{-D}) \]
Heat eq (cont):
\[ u_t = k(u_{xx} + u_{yy}) \quad (2\text{-D}) \]
Wave eq:
\[ u_{tt} = a^2 u_{xx} \quad (1\text{-D}) \]
Wave eq (cont):
\[ u_{tt} = a^2(u_{xx} + u_{yy}) \quad (2\text{-D}) \]
the right side of them is : the second partial derivs with respect to space variables \( (x, y, z, \text{etc}) \)
they can all be represented by \( \nabla^2 u \)
\( \uparrow \) Laplacian operator
\[ \nabla^2 = \left( \frac{\partial^2}{\partial x^2} + \frac{\partial^2}{\partial y^2} + \frac{\partial^2}{\partial z^2} + \dots \right) \]
if \( u = u(x, y) \)
then \[ \nabla^2 u = \frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} \]